toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]CertificateErrorCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
CertificateErrorCallback
.
Members
Constructors
Certificate
Error
Callback.
Action
Link copied to clipboard
public
void
CertificateErrorCallback.Action
(
Consumer
<
AllowCertificateError.Response
>
consumer
)
Functions
allow
Link copied to clipboard
public
void
allow
(
)
Notifies the browser that the certificate error must be ignored.
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that loading must be canceled.
deny
Link copied to clipboard
public
void
deny
(
)
Notifies the browser that the certificate error must not be ignored, and the page loading should be continued.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.